home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 004a / evolmf3.zip / INPUT.BAK < prev    next >
Text File  |  1989-09-25  |  502b  |  34 lines

  1. type "female"
  2. {
  3.     symbol : 12 
  4.     color  : (light_red,dark_grey,normal,underline) 
  5.     lifespan : 120
  6.     dormancy : 5
  7.     speed : 1
  8. }
  9.  
  10. type "male" 
  11. {
  12.     symbol : 11
  13.     color  : (light_blue,dark_grey,normal,underline)
  14.     lifespan : 120
  15.     dormancy : 5
  16.     speed : 1
  17. }
  18.  
  19. mate ( "male" , "female" )
  20. {
  21.     courtship : ( 2 , 80 ) 
  22.     rearing   : ( 10 , 10 )
  23.     offspring : ( 70, 20, 10) 
  24.     distribution : ( "male" ,   50 , 
  25.              "female",  50 
  26.                )
  27. }
  28.  
  29. population
  30. {
  31.     "male"   : 200
  32.     "female" : 50
  33. }        
  34.